ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartSeries<T> Class / ItemsSource Property

In This Topic
    ItemsSource Property (ChartSeries<T>)
    In This Topic
    Gets or sets the ItemsSource settings. Inherited from ItemsBoundControl.
    Syntax
    'Declaration
     
    
    <JsonConverterAttribute(C1.Web.Mvc.Serialization.ServiceConverter)>
    Public Property ItemsSource As IItemsSource(Of T)
    [JsonConverter(C1.Web.Mvc.Serialization.ServiceConverter)]
    public IItemsSource<T> ItemsSource {get; set;}
    See Also